home *** CD-ROM | disk | FTP | other *** search
/ Complete RPG Maker XP - 41 Games / tg esp 48 rpg maker.iso / interface / md.000 / scripts / DefineButton2_120 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2005-05-06  |  96 b   |  6 lines

  1. on(release){
  2.    fscommand("Media.Stop");
  3.    fscommand("Browser.Close");
  4.    _root.play();
  5. }
  6.